home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vidhandl / monta.txt < prev    next >
Text File  |  1999-02-03  |  3KB  |  62 lines

  1. MONTA ver 2.0
  2.  
  3. MONTA.EXE is a simple program that is used to group text files (such as
  4. source codes of programs in C and C++ or any other text files) in a large
  5. text file easely editable by any DOS editor. It was created intending to
  6. simplify the handling of many C/C++ source files (such as replacing the name
  7. of a global variable that appears in many files) in projects with many files.
  8. The large text file (archive) is created with .SRC extension, if none is
  9. supplied. 
  10.  
  11.  It's usage is:
  12.  
  13.     MONTA [/B] filename[.SRC]           where:
  14.  
  15.     filename     pathname of archive
  16.     /B           creates archive with binary file tags
  17.  
  18. MONTA.EXE allows nested archives, which means that you can store a
  19. MONTA archive inside another.
  20.  
  21. Archives created by MONTA can be extracted by EXTRAIA.EXE
  22.  
  23. Example: 
  24.    MONTA HELP.SRC MONTA.TXT EXTRAIA.TXT
  25.  The above example will store MONTA.TXT (this file) and EXTRAIA.TXT in HELP.SRC
  26.  
  27.    Typing MONTA, the name of an existing archive and the names of files to be
  28. stored. MONTA will prompt for the user (Overwrite/Append/Quit?).
  29. If the user types O, the archive will be overwritten by the new files to
  30. store.
  31. If the user types A, the files to store will be included to the archive,
  32. without removing the existing files from archive.
  33. If the user types Q, MONTA will be finished.
  34.  
  35. THE /B option
  36.    The /B option has been provided to allow compatibility with older versions,
  37. such as the .SRC archives that comes with CRT1_6s.ZIP. This option instructs
  38. MONTA to write binary file TAGS in the archive instead of normal ASCII TAGS.
  39. The earlier versions writes only these binary file tags because they are much
  40. smaller and easier to handle by computer. Although they are smaller, it's not
  41. advisable to use these tags because most text editor's can't handle them very
  42. well (I mean, even though they cause no problem to the editor, it's hard to
  43. write them in hand (you might need a binary editor to do so) and most Windows
  44. based editors can't display them correctly). They are displayed below:
  45.  
  46. Binary opentag => //filename
  47. Binary closetag => //
  48.  
  49.    EXTRAIA doesn't recognize binary tags and normal ASCII tags simultaneously.
  50. So creating archives with files stored by normal file TAGS and files stored
  51. by binary file tags, will create archives with two types of stored files.
  52. Those that can be extracted without (and only without) the /B switch, and
  53. those that can be extracted with (and only with) the /B switch.
  54.  
  55. For further information, read EXTRAIA.TXT
  56.  
  57. Copyright notices are also in EXTRAIA.TXT
  58.  
  59. By Márcio Afonso Arimura Fialho
  60.  
  61. http://pessoal.iconet.com.br/jlfialho
  62. e-mail: jlfialho@iconet.com.br OR (only in the case the first one doesn't work): jlfialho@yahoo.com